-- card: 29625 from stack: in.0-4 -- bmap block id: 16395 -- flags: 0000 -- background id: 15718 -- name: USS 2 ----- HyperTalk script ----- on mouseUp if "button" is in the name of the target then hide cd fld "Feedback" put empty into choices repeat with i=1 to number of cd btns-2 if the hilite of btn ("choice" & i) is true then put i after choices end if if length(choices) > 3 then ans 5,cd set hilite of target to false end if end repeat end if end mouseUp -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=125 top=49 right=251 bottom=374 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 174 -- text size: 14 -- style flags: 0 -- line height: 15 -- part name: -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=171 top=82 right=313 bottom=367 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 174 -- text size: 10 -- style flags: 0 -- line height: 11 -- part name: -- part 4 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=152 top=79 right=119 bottom=362 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Choice1 -- part 5 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=152 top=124 right=151 bottom=362 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Choice2 -- part 6 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=152 top=157 right=174 bottom=362 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Choice3 -- part 7 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=152 top=180 right=197 bottom=362 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Choice4 -- part 8 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=152 top=201 right=218 bottom=362 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Choice5 -- part 9 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=152 top=224 right=251 bottom=362 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Choice6 -- part 10 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=152 top=257 right=305 bottom=362 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 174 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Choice7 -- part 11 (button) -- low flags: 00 -- high flags: A003 -- rect: left=400 top=299 right=317 bottom=459 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Done ----- HyperTalk script ----- -- This handler checks the user's answer. -- The "ans" and "noAns" handlers are in the stack script. on mouseUp put empty into choices repeat with i=1 to number of cd btns-2 if the hilite of btn ("choice" & i) is true then put i after choices end if end repeat if choices is fld "answer" then ans 1,cd else if length(choices) = 0 then noAns cd else if length(choices) = 1 then ans 2,cd else ans 3,cdOrBg end mouseUp -- part 12 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=28 top=303 right=341 bottom=325 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 174 -- text size: 12 -- style flags: 0 -- line height: 12 -- part name: feedback ----- HyperTalk script ----- on mouseUp hide me end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: A003 -- rect: left=342 top=319 right=339 bottom=462 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Correct Answer ----- HyperTalk script ----- put line num of fld "AllFeed" into cd fld "feedback" -- This handler shows the correct answer. on mouseUp repeat 3 dehiliteBtns lock screen set hilite of btn 2 to true set hilite of btn 4 to true set hilite of btn 7 to true unlock screen wait 25 end repeat ans 4,cd end mouseUp -- part contents for card part 1 ----- text ----- Which 3 features of HyperCard would you emphasize to this customer ? -- part contents for card part 2 ----- text ----- HyperTalk programming: its ease and power, and ability to change and customize stacks quickly HyperCard’s sound capabilities: built-in sounds & ability to use digitized sound HyperCard’s many printing options HyperCard’s ease of use Multiple & resizable windows Flexible text entry: stylable & resizable fields,& styled text in fields HyperCard’s graphic capabilities: full set of Painting Tools, support for color graphics, ability to use scanned images, and visual effects transitions between cards -- part contents for background part 22 ----- text ----- 247 -- part contents for background part 17 ----- text ----- Correct. HyperCard’s ease of use, sound capabilities, and graphics are most important to her. No. Remember, she needs to create impressive presentations easily. Try again. No. Remember, she needs to create impressive presentations easily. Try again. These are the correct answers—the features that will be most useful to this customer. Please deselect one of your choices before making this selection.